home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / exclutls.lha / Include / Excel / NewPost_Data.i < prev    next >
Text File  |  1996-01-28  |  1KB  |  35 lines

  1. ; Item struct
  2.  
  3.  STRUCTURE NewPost_Data,0            ; New Sub-board layout
  4.     STRUCT    expd_Subject,81            ; The Message Subject
  5.     BYTE    expd_KludgeFill00
  6.  
  7.     LONG    expd_Date_Sent            ; Date Message Was Sent
  8.     LONG    expd_LR_Date            ; Last Response Date
  9.     
  10.     LONG    expd_Post_ID            ; ID number of the post
  11.     LONG    expd_Responses            ; # of responses this article has
  12.     LONG    expd_Times_Used            ; Time message has been read/downloaded
  13.     LONG    expd_Bytes            ; Filesize if a file
  14.     LONG    expd_Ext_Flags            ; Flags, use POST_xxx
  15.  
  16.     LONG    expd_DescPos            ; The position of the short description
  17.     LONG    expd_From_ID            ; The Senders User ID
  18.     LONG    expd_From_Serial_Num        ; Senders Serial Number
  19.  
  20.     LONG    expd_Credits_Received        ; The credits given to uploader
  21.     LONG    expd_expansion
  22.  
  23.     LONG    expd_FirstResponse        ; The first response on disk
  24.     LONG    expd_LastResponse        ; The last response on disk
  25.     LONG    expd_LastAccessed        ; Last Date file was downloaded 
  26.     LONG    expd_DownloadBonus        ; The % of filesize returned to uploader
  27.  
  28.     LONG    expd_expansion1
  29.  
  30.     LONG    expd_BestCPS            ; The best dl CPS rate for this file
  31.  
  32.     DOUBLE    expd_ItemCharge            ; The charge for the item
  33.     STRUCT    expd_exp,4*2
  34.     LABEL expd_SIZE
  35.